home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / 43seconds.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  307 b   |  13 lines

  1. _root.more_1_mc._visible = false;
  2. var now = new Date();
  3. var stichtag = new Date(2007,7,31);
  4. if(_root.now > _root.stichtag)
  5. {
  6.    _root.more_1_mc._visible = true;
  7. }
  8. stop();
  9. var meinSound = new Sound(this);
  10. _root.meinSound.attachSound("bg");
  11. _root.meinSound.stop();
  12. _root.meinSound.start(0,10000);
  13.